toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.card
/
[jvm]CreditCard
Credit
Card
interface
CreditCard
The credit card information persisted in
the credit card store
.
Since
7.23
Members
Members & Extensions
Types
Builder
Link copied to clipboard
class
Builder
A builder of
CreditCard
.
Properties
number
Link copied to clipboard
val
CreditCard
.
number
:
CardNumber
val
CreditCard
.
number
:
CardNumber
The card number.
Functions
cardholder
Link copied to clipboard
open
fun
cardholder
(
)
:
String
The name of the cardholder entered by the user.
expiration
Month
Link copied to clipboard
open
fun
expirationMonth
(
)
:
Month
The expiration month of the credit card.
expiration
Year
Link copied to clipboard
open
fun
expirationYear
(
)
:
Int
The expiration year of the credit card.
network
Link copied to clipboard
open
fun
network
(
)
:
CreditCardNetwork
The network issuer of the card.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
number
:
String
,
expirationDate
:
YearMonth
)
:
CreditCard.Builder
Creates a new
CreditCard
builder with the given required parameters.
number
Link copied to clipboard
open
fun
number
(
)
:
String
The card number.